gitignore and init.py files
This commit is contained in:
parent
1602ff1443
commit
c75092dfc7
|
|
@ -0,0 +1 @@
|
|||
*__pycache__
|
||||
|
|
@ -0,0 +1 @@
|
|||
from .ibmppp import *
|
||||
|
|
@ -0,0 +1 @@
|
|||
from .ucf import *
|
||||
Loading…
Reference in New Issue