mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-16 10:22:07 +08:00
7 lines
99 B
Python
7 lines
99 B
Python
import unittest
|
|
|
|
|
|
class TestMapsdGeoLibrary(unittest.TestCase):
|
|
def test_vectors(self):
|
|
pass
|