mirror of
https://github.com/public-apis/public-apis
synced 2025-03-28 01:42:44 +01:00
8 lines
96 B
Python
8 lines
96 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import unittest
|
|
|
|
|
|
class TestValidadeFormat(unittest.TestCase):
|
|
...
|