mirror of
https://github.com/markqvist/Sideband.git
synced 2025-09-20 12:54:37 -04:00
Restructured repository
This commit is contained in:
parent
46269dd82b
commit
0de4c12c17
274 changed files with 51617 additions and 45 deletions
5
sbapp/__init__.py
Normal file
5
sbapp/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
import glob
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
|
||||
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
|
Loading…
Add table
Add a link
Reference in a new issue