7 lines
91 B
Python
7 lines
91 B
Python
from .local import *
|
|
|
|
|
|
if __name__ == "__main__":
|
|
import unittest
|
|
|
|
unittest.main()
|