mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
8 lines
96 B
Python
8 lines
96 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import unittest
|
|
|
|
|
|
class TestValidadeFormat(unittest.TestCase):
|
|
...
|