This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-02-05 01:18:49 +02:00

7 lines
132 B
Python

from django.db import models
class Ticker(models.Model):
f = open("../currency.txt","r")
a = f.readline()
print(a)