mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 17:28:55 +00:00
6 lines
146 B
Python
6 lines
146 B
Python
import unittest
|
|
from spa.models.mix import Mix
|
|
|
|
class UploadTest(unittest.TestCase):
|
|
def run(self, result=None):
|
|
print("Argle Bargle") |