merged temporal functionality
This commit is contained in:
parent
e7265937e3
commit
f846c0e8ae
7 changed files with 84 additions and 99 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue