📁 Project Structure pgsql Copy Edit ATM-System/ ├── src/ │ ├── ATM.java │ ├── User.java │ └── Transaction.java ├── sql ...