Improved cpl g templating & added custom templating #137
This commit is contained in:
1
tests/custom/general/test/__init__.py
Normal file
1
tests/custom/general/test/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# imports
|
4
tests/custom/general/test/custom.py
Normal file
4
tests/custom/general/test/custom.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class Custom:
|
||||
|
||||
def __init__(self):
|
||||
print('hello')
|
Reference in New Issue
Block a user