merged temporal functionality

This commit is contained in:
randogoth 2023-06-02 00:58:58 +03:00
parent e7265937e3
commit f846c0e8ae
7 changed files with 84 additions and 99 deletions

View file

@ -1,8 +1,3 @@
import os
import glob
from .rndo import *
from .cmd import *
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
from .rndo import get
from .cmd import main
from .temporal import get